type text/tabwriter.cell
6 uses
text/tabwriter (current package)
tabwriter.go#L27: type cell struct {
tabwriter.go#L103: cell cell // current incomplete cell; cell.width is up to buf[pos] excluding ignored sections
tabwriter.go#L105: lines [][]cell // list of lines; each line is a list of cells
tabwriter.go#L130: b.lines[n-1] = make([]cell, 0, prev)
tabwriter.go#L140: b.cell = cell{}
tabwriter.go#L472: b.cell = cell{}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)